projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52384b7
)
imx: Fix missing spl_sd configuration for wandboard.
author
Vagrant Cascadian
<
[email protected]
>
Thu, 7 Dec 2017 00:31:50 +0000
(16:31 -0800)
committer
Stefano Babic
<
[email protected]
>
Fri, 29 Dec 2017 10:18:59 +0000
(11:18 +0100)
In commit
6e6cf015e7cdd7ca83a933320a81201972bd5e5e
("Merge
git://www.denx.de/git/u-boot-imx") the line defining spl_sd
configuration for wandboard was removed, which resulted in no SPL
target being built.
Add it back.
Signed-off-by: Vagrant Cascadian <
[email protected]
>
Reviewed-by: Fabio Estevam <
[email protected]
>
configs/wandboard_defconfig
patch
|
blob
|
history
diff --git
a/configs/wandboard_defconfig
b/configs/wandboard_defconfig
index 3c277772c0836ff7264154b2826477533b9466be..f50e28273b502ad64d3ec59aa83bf113c441ba8f 100644
(file)
--- a/
configs/wandboard_defconfig
+++ b/
configs/wandboard_defconfig
@@
-12,6
+12,7
@@
CONFIG_CMD_HDMIDETECT=y
CONFIG_DISTRO_DEFAULTS=y
CONFIG_BOOTCOMMAND="run findfdt; run finduuid; run distro_bootcmd"
# CONFIG_CONSOLE_MUX is not set
+CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=arch/arm/mach-imx/spl_sd.cfg"
CONFIG_SYS_CONSOLE_IS_IN_ENV=y
CONFIG_SYS_CONSOLE_OVERWRITE_ROUTINE=y
# CONFIG_DISPLAY_BOARDINFO is not set